home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts26-13
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help!: Accessing classes declared externally
- Date: Tue, 06 Feb 96 22:46:24 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4f8le3$ffl@sam.inforamp.net>
- References: <DMA4pp.E5v@ecf.toronto.edu>
- NNTP-Posting-Host: ts26-13.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <DMA4pp.E5v@ecf.toronto.edu>,
- ber@ecf.toronto.edu (BER PHILIP) wrote:
- >
- >extern class foobar;
- >
-
- try this...
-
- class _export foobar; // in DLL source
- class foobar; // in EXE source
-
- I think you are confusing having an externally allocated data item and having
- a externallly declared function.
-
- Agrivar
-